CDCodecBusy
Your component receives theCDCodecBusy
request whenever an application calls theCDSequenceBusy
function. Your component must report whether it is performing an asynchronous operation.
pascal ComponentResult CDCodecBusy (ImageSequence seq);
seq
- Contains the unique sequence identifier assigned by the Image Compression Manager's
CompressSequenceBegin
orDecompressSequenceBegin
function.DESCRIPTION
Your component should return a result code value of 1 if an asynchronous operation is in progress; it should return a result code value of 0 if the component is not performing an asynchronous operation. You can indicate an error by returning a negative result code.Both compressors and decompressors may receive this request.
RESULT CODES
noErr 0 No error codecUnimpError -8962 Feature not implemented by this compressor
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help